home *** CD-ROM | disk | FTP | other *** search
/ Love & Sex - Muroi / Love & Sex - Muroi.iso / muroi / deta / dir_file / l02_q2.dir / 00128.ls < prev    next >
Encoding:
Text File  |  1995-08-26  |  264 b   |  13 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     repeat with i = 23 to 27
  4.       if rollOver(i) then
  5.         set the visible of sprite (i - 20) to 1
  6.         next repeat
  7.       end if
  8.       set the visible of sprite (i - 20) to 0
  9.     end repeat
  10.     go(the frame)
  11.   end if
  12. end
  13.